home *** CD-ROM | disk | FTP | other *** search
/ Aminet 3 / Aminet 3 - July 1994.iso / Aminet / util / misc / phoon21_src.lha / phoonsrc / Libi / floatsidf.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-21  |  123 b   |  10 lines

  1. #include "common.h"
  2. #include <inline/mathieeedoubbas.h>
  3.  
  4. double
  5. __floatsidf (a)
  6.      SItype a;
  7. {
  8.   return IEEEDPFlt (a);
  9. }
  10.